/* calendar */
table.calendar
{
	border-left:1px solid #d9d9d9;
}

tr.calendar-row
{
}

td.calendar-day
{ 
	min-height:80px;
	font-size:8pt;
	position:relative;
}

td.calendar-day p
{
   text-align:left;
}

* html div.calendar-day
{ 
	height:80px;
}

td.calendar-day:hover
{
	background:#eceff5;
}

td.calendar-day-np
{ 
	background:#eee;
	min-height:80px;
}


td.calendar-weekend
{ 
	min-height:80px;
	font-size:8pt;
	position:relative;
}


td.calendar-weekend:hover
{
	background:#eceff5;
}


td.calendar-weekend-np
{ 
	background:#eee;
	min-height:80px;
}


* html div.calendar-day-np 
{
	height:80px;
}

td.calendar-weekend-head
{ 
	background:#0055a5; /*#000073; #336799;*/
	color: #ffffff;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}

td.calendar-day-head
{ 
	background:#0055a5; /*#000073; #336799;*/
	color: #ffffff;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}

div.day-number
{
	background:#fff;
	padding:5px;
	font-weight:bold;
	float:right;
	margin:-5px -5px 0 0;
	width:20px;
	text-align:right;
}



/* shared */
td.calendar-day, td.calendar-day-np
{
	width:120px;
	height:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	vertical-align:top;
}

td.calendar-day .highlight
{
	background-color: #CCFFFF;
}

td.calendar-weekend, td.calendar-weekend-np
{
	width:120px;
	height:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	vertical-align:top;
	
}


td.calendar-weekend .highlight
{
	background-color: #CCFFFF;
}